Alice Chess

Invented by: V. R. Parton, 1953

Game hierarchy

• Game
    • Generic Chess
        • Generic x8
            • Generic 8x8
                • Chess
                    • Alice Chess

Board

This game uses custom board class: TwoBoards

FEN: rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessroyal; can castle
PawnPawnPGeneric Chesscan promote; en passant
RookRookRChesscastling partner
BishopBishopBChess 
KnightKnightNChess 
QueenQueenQChess 

Game Variables

Name = "Alice Chess"
Invented = "1953"
InventedBy = "V. R. Parton"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = false

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King

Declared in Generic x8:

PawnDoubleMove = true

Declared in Generic 8x8:

Castling = Standard

Rules

MoveCompletionDefaultRule
BasicPromotionRule
AliceEnPassantRule
CheckmateRule
Move50Rule
AliceCastlingRule
AliceRule
RepetitionDrawRule

Evaluations

No custom evaluations

 
 

COPYRIGHT (C) 2021 BY GREG STRONG